home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / vol11n08.zip / KBMIDI.MSC < prev    next >
Text File  |  1992-01-21  |  332b  |  11 lines

  1. #------------------------------------------
  2. # KBMIDI.MSC make file for Microsoft C 7.0
  3. #------------------------------------------
  4.  
  5. kbmidi.exe : kbmidi.obj kbmidi.def
  6.      link kbmidi,, NUL, /nod slibcew oldnames libw mmsystem, kbmidi
  7.      rc -t kbmidi.exe
  8.  
  9. kbmidi.obj : kbmidi.c
  10.      cl -c -G2sw -Ow -W3 -Zp -Tp kbmidi.c
  11.